Fix typo in GtkIconPaintable is-symbolic property
authorAlexander Larsson <alexl@redhat.com>
Mon, 10 Feb 2020 12:30:57 +0000 (13:30 +0100)
committerAlexander Larsson <alexl@redhat.com>
Mon, 10 Feb 2020 12:30:57 +0000 (13:30 +0100)
gtk/gtkicontheme.c

index 4adacf54ce522019164a2220e0464c41295ee002..b78de4635eeee3f41b8fde2ed126076cb0e1b6d4 100644 (file)
@@ -3370,7 +3370,7 @@ gtk_icon_paintable_class_init (GtkIconPaintableClass *klass)
    *
    * Whether the icon is symbolic or not.
    */
-  g_object_class_install_property (gobject_class, PROP_ICON_NAME,
+  g_object_class_install_property (gobject_class, PROP_IS_SYMBOLIC,
                                    g_param_spec_boolean ("is-symbolic",
                                                         P_("Is symbolic"),
                                                         P_("If the icon is symbolic"),